Penetration Testing Setting up a test lab How-To by Vyacheslav Fadyushin

Penetration Testing Setting up a test lab How-To by Vyacheslav Fadyushin

Author:Vyacheslav Fadyushin [Fadyushin, Vyacheslav]
Language: eng
Format: epub, pdf
Published: 2013-02-25T11:11:55+00:00


Instant Penetration Testing: Setting Up a Test Lab How-to

sudo route add default gateway 192.168.1.1

7. Now, execute the route command without any arguments and try ping www.google.com:

8. Let us install the FTP server now. I have chosen vsftpd as the solution for an easy way to install and setup. Type in the following command:

sudo apt-get –yu install vsftpd

The installation will be done in automated mode.

9. To configure the vsftp daemon, open the /etc/vsftpd.conf file with the Nano editor by executing the following command:

sudo nano /etc/vsftpd.conf

10. Uncomment the following lines in the vsftpd.conf file:

local_enable=YES

write_enable=YES

11. Then, press Ctrl + X to exit. Answer Y to the question about saving your changes and choose the same file for saving /etc/vsftpd.conf.

12. Now, we need to create at least one user who will have FTP access to his home directory. The easiest way to do it is to use the adduser command, which will prompt you with all the needed data and automatically create the user's home directory: 33



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.